home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue53 / DataMod / MDIExample1 / MDIExample1DM.dfm < prev    next >
Encoding:
Text File  |  1999-11-23  |  233 b   |  13 lines

  1. object DataModule1: TDataModule1
  2.   OldCreateOrder = False
  3.   Height = 0
  4.   Width = 0
  5.   object Table1: TTable
  6.     Active = True
  7.     DatabaseName = 'DBDEMOS'
  8.     TableName = 'customer.db'
  9.     Left = 72
  10.     Top = 48
  11.   end
  12. end
  13.